Scheduler for WPF
C1ObservableCollection<T> クラス
メンバ 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : C1ObservableCollection<T> クラス
コレクションに保持するオブジェクトの型。
C1ObservableCollection<T>は、すべての System.Collections.ObjectModel.Collection`1派生コレクションの基本クラスです。通知をサポートします。
オブジェクト モデル
C1ObservableCollection<T> クラス
シンタックス
'宣言
 
Public Class C1ObservableCollection(Of T) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
public class C1ObservableCollection<T> : System.Collections.ObjectModel.Collection<T> 
型パラメータ
T
コレクションに保持するオブジェクトの型。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.C1ObservableCollection<T>
         C1.C1Schedule.ActionCollection
         C1.C1Schedule.BaseList<T>
         C1.C1Schedule.ReminderCollection
         C1.WPF.Schedule.CoverElementChunkCollection

参照

C1ObservableCollection<T> メンバ
C1.C1Schedule 名前空間